Column

Confusion Matrix of Hip-Hop, House and Kwaito

               Truth
Prediction      CLASSIC HOUSE HIP HOP SA KWAITO
  CLASSIC HOUSE            34       1         8
  HIP HOP                   3      36        11
  SA KWAITO                13      13        31

# A tibble: 3 x 3
  class         precision recall
  <fct>             <dbl>  <dbl>
1 CLASSIC HOUSE     0.791   0.68
2 HIP HOP           0.72    0.72
3 SA KWAITO         0.544   0.62
# A tibble: 3 x 3
  class         precision recall
  <fct>             <dbl>  <dbl>
1 CLASSIC HOUSE     0.902   0.92
2 HIP HOP           0.731   0.76
3 SA KWAITO         0.723   0.68

Hip-Hop, House or Kwaito?


plot of tempo and speechiness in hiphop

Let’s look at the data

Chroma

subheading

subsubheading

stars around text for italics two stars for bold

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: